home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 524 / 524.xpi / chrome / mid.jar / skin / classic / mid.css < prev   
Cascading Style Sheet File  |  2009-09-23  |  5KB  |  200 lines

  1. /* mid.css */
  2.  
  3. treechildren::-moz-tree-row(selected) { background-color: #FFFFAA; }
  4. treechildren::-moz-tree-row(odd) { background-color: #EEEEEE; }
  5. treechildren::-moz-tree-row(odd, selected) { background-color: #FFFFAA; }
  6. treechildren::-moz-tree-cell-text(selected) { color: #000000; }
  7. treechildren::-moz-tree-cell-text(odd, selected) { color: #000000; }
  8.  
  9. box[id="mid_urltoolbarbox"] {-moz-box-align: center;}
  10.  
  11. .midf2visible {
  12.     color: #111111 ! important;
  13. }
  14.  
  15. .midf2hidden {
  16.     color: #AAAAAA ! important;
  17. }
  18.  
  19.  
  20. #back_image[canwalk="false"]{
  21.     list-style-image: url(chrome://mid/skin/images/non-go-previous16.png);
  22. }
  23.  
  24. #for_image[canwalk="false"]{
  25.     list-style-image: url(chrome://mid/skin/images/non-go-next16.png);
  26. }
  27.  
  28. #back_image[canwalk="true"]{
  29.     list-style-image: url(chrome://mid/skin/images/go-previous16.png);
  30. }
  31.  
  32. #for_image[canwalk="true"]{
  33.     list-style-image: url(chrome://mid/skin/images/go-next16.png);
  34. }
  35.  
  36.  
  37. #mid_stoploadbutton[disabled="true"] {
  38.     list-style-image: url(chrome://mid/skin/images/stop16.png);
  39. }
  40.  
  41. #mid_stoploadbutton {
  42.     list-style-image: url(chrome://mid/skin/images/stop16p.png);
  43. }
  44.  
  45.  
  46. .mid-swcontainer {
  47.     -moz-box-align: center;
  48.     margin: 1px; border: 1px solid #A5BDDE;
  49.     padding-top:1px !important; 
  50.     padding-bottom: 1px !important;
  51.     padding-left:  24px !important;
  52.     background-color: white !important;
  53.     min-height:26px ! important;
  54.     background-image: url(chrome://mid/skin/images/lupe16.png) !important;
  55.     background-repeat: no-repeat !important;
  56.     background-position: 4px center !important;
  57.     width: 100%  !important;
  58. }
  59.  
  60. .mid-searchword {
  61.     -moz-appearance: none !important;
  62.     -moz-box-align: center;
  63.     overflow : auto !important;
  64.     font: inherit !important;
  65.     width: 100%  !important;
  66.     border: 0px !important;
  67.     padding: 0px ! important;
  68. }
  69.  
  70.  
  71. tab[collapsed="true"]{
  72.     display: none;
  73. }
  74.  
  75.  
  76. .mid-tabs {
  77.     -moz-binding: url(chrome://mid/content/flowtabs.xml#tabs-closebutton); 
  78. }
  79.  
  80.  
  81.  
  82. tab {
  83.         margin-left: 1px;
  84.     display: -moz-inline-box;
  85.     min-width: 80px;
  86.     max-width: 200px;
  87. }
  88.  
  89.  
  90. .mid-tabs > hbox {
  91.     display: block;
  92.     overflow-x: visible !important;
  93.     overflow-y: visible !important;
  94. }
  95.  
  96.  
  97. tab[iconic="true"] {
  98.     min-width: 36px !important;
  99.     max-width: 36px !important;
  100. }
  101.  
  102. .mid-tabs > tab[selected] {
  103.     font-weight: normal ; /* otherwise tabs change size when selected */
  104.     color: darkred !important;
  105. }
  106.  
  107.  
  108. .mid-tabs > tab[selected="false"] {
  109.     color: black !important;
  110. }
  111.  
  112.  
  113.  
  114. .mid-tabs > tab[busy="true"] > .tab-middle > .tab-icon {
  115.   list-style-image: url(chrome://mid/skin/images/Throbber-small.gif) !important;
  116.   opacity: 0.5; 
  117.  
  118. .tab-icon {
  119.     margin-top: 1px;
  120.     margin-right: 3px;
  121.     width: 16px;
  122.     height: 16px;
  123.     list-style-image: url(chrome://global/skin/icons/folder-item.png);
  124.     -moz-image-region: rect(0px, 16px, 16px, 0px);
  125.  
  126. .tab-text {
  127.     -moz-appearance: none !important; font-size: 12px !important;
  128. }
  129.  
  130.  
  131. tab[iconic="true"] .tab-text,
  132. tab[iconic="true"] .tab-close-button {
  133.          display: none !important;
  134. }
  135.  
  136.  
  137. label[class="tab-iconic"] {
  138.    -moz-appearance: none !important;
  139.    display: none ! important;
  140. }
  141.  
  142.  
  143. tab[iconic="true"][selected="true"] > .tab-middle {
  144. /*   -moz-appearance: none !important; */
  145. /*   background: white  !important;    */
  146.      border-top   : 3px    !important;
  147.      border-color : yellow !important;  
  148. /*   padding: 0px !important;          */
  149. /*   margin: 0px  !important           */
  150. }
  151.  
  152.  
  153.  
  154. .tabs-closebutton {
  155.   -moz-appearance : none !important;
  156.   margin: 0px 0px 0px 0px !important;
  157.   padding: 0px 0px 0px 0px !important;
  158.   width:24px !important;
  159.   height:24px !important;
  160.   /*display: list-style !important ;*/
  161.   list-style-image : url(chrome://mid/skin/images/hidetablabel.png) ;
  162. }
  163.  
  164.  
  165. .tabs-closebutton[iconic="true"] {
  166.   list-style-image : url(chrome://mid/skin/images/showtablabel.png) ;
  167. }
  168.  
  169. .tabs-closebutton-box {
  170.     float: right !important; 
  171. }
  172.  
  173. .tabs-newbutton {
  174. /* align: top !important;*/
  175. }
  176.  
  177.  
  178. tabpanel {
  179.     -moz-appearance: none !important;
  180.     margin-top: 0;
  181.     border-bottom-color: transparent;
  182.     /* padding: 1px 1px 1px 1px; */
  183. }
  184.  
  185.  
  186. tabpanels {
  187.     -moz-appearance: none !important;
  188.     padding: 3px ;
  189. }
  190.  
  191. .mid-tabs[iconic="true"] .tabs-closebutton {
  192.    list-style-image : url(chrome://mid/skin/images/showtablabel.png) !important;
  193. }
  194.  
  195. .mid-tabs[iconic="false"] .tabs-closebutton {
  196.    list-style-image : url(chrome://mid/skin/images/hidetablabel.png) !important;
  197. }
  198.